home *** CD-ROM | disk | FTP | other *** search
/ Hacker 7 / HACKER07.ISO / Games / mcdemo.exe / objects / object2.pak / Unnamed File 000045 < prev    next >
Text File  |  1998-04-20  |  3KB  |  90 lines

  1. FITini
  2.  
  3. //---------------------------------------------------------------------------
  4. //
  5. //                MECH:            Commando
  6. //
  7. //                BASE ID:        1
  8. //
  9. //---------------------------------------------------------------------------
  10.  
  11. // This is a sample MechBase Data File.
  12. [ObjectClass]
  13. l ObjectTypeNum = 2
  14.  
  15. [Header]
  16. st FileType                            = "MechType"
  17.  
  18. [General]
  19. ul ID                                = 1            // ID number for this mech type
  20. uc Type                                = 0                // 0 = Inner Sphere, 1 = Clan
  21. st Name                                = "Commando"        // mech type description
  22. uc Chassis                            = 0                // Standard Chassis        
  23. f TonnageClass                        = 25.0            // 25 tons
  24. uc EndoSteel                        = 0                // does not have EndoSteel IS    
  25. f InternalStructureTonnage            = 2.5            // 2.5 tons
  26.  
  27. [InternalStructure]
  28. //------------------------------------------------------------------------
  29. // In theory, the following should be dictated by the MaxTonnage, correct?
  30. uc Head                                = 3
  31. uc CenterTorso                        = 8
  32. uc LeftTorso                        = 6
  33. uc RightTorso                        = 6
  34. uc LeftArm                            = 4
  35. uc RightArm                            = 4
  36. uc LeftLeg                            = 6
  37. uc RightLeg                            = 6
  38.  
  39. [Debris]
  40. ul RightArmPiece                    = 0x000000A0
  41. ul LeftArmPiece                        = 0x0000009F
  42. ul DestroyedPiece                    = 0x0000003A
  43.  
  44. [HotSpots]
  45. st HotSpotFileName                    = "cm"
  46. l FootprintType                        = 4
  47. ul Weapon0                            = 3                // Which part is this weapon attached to.  3 = Right Arm
  48. ul Weapon1                            = 3                // Which part is this weapon attached to.  2 = Right Arm
  49. ul Weapon2                            = 2                // Which part is this weapon attached to.  1 = Left Arm
  50. ul Weapon3                            = 2                // Which part is this weapon attached to.  1 = Left Arm
  51. ul Weapon4                            = 1                // Which part is this weapon attached to.  1 = Torso
  52. ul Weapon5                            = 1                // Which part is this weapon attached to.  1 = Torso
  53. ul Weapon6                            = 1                // Which part is this weapon attached to.  1 = Torso
  54. ul Weapon7                            = 0                // Which part is this weapon attached to.  1 = Torso
  55. ul Weapon8                            = 0                // Which part is this weapon attached to.  1 = Torso
  56.  
  57. [ObjectType]
  58. st Name                             = "Commando"        // Text string giving a descriptive name  (only 8 chars long!!)
  59. l Type                                 = 44                // ID number for this mech type
  60. l Appearance                        = 0x0100000D
  61. l Duration                            = -1            // Lasts forever = -1
  62. l MaxDamage                            = 200            // Number of damage points before BOOM!
  63. l ExplosionObject                    = 41            // Object Class Number of explosion for Mech
  64. l DestroyedObject                    = 101            // Object Class Number of Destroyed shape for Mech
  65. f ExtentRadius                        = 12            // Extent Radius in Meters
  66. l IconNumber                        = 4
  67.  
  68. [Control]
  69. ul Type                                = 2                //player = 1, ai = 2, net = 3
  70. ul DataType                            = 1                //mech control data = 1
  71.  
  72. [Dynamics]
  73. ul Type                                = 1                //Mech dynamics = 1
  74.  
  75. [MechDynamics]
  76. l maxTorsoYawRate                    = 360            //Degrees per sec
  77. l maxTorsoYaw                        = 120            //(+/-)Degrees
  78. l maxArmYaw                            = 60            //(+/-)Degrees
  79. l maxMechYawRate                    = 180            //Degrees per sec
  80. l maxRightArmYawRate                = 180            //Degrees per sec
  81. l maxLeftArmYawRate                    = 180            //Degrees per sec
  82. f maxAccel                            = 3.0            //Meters per sec per sec
  83. f maxVelocity                        = 40.0            //Meters per sec
  84.  
  85. [AudioVisual]
  86. st Anim =                            "animString"
  87. uc[3] MoveAnimSpeed =                0,2,1
  88.  
  89. FITEnd
  90.